- interprocess communication (IPC)
- межпроцессорное взаимодействие (IPC)
English-Russian SQL Server dictionary. 2013.
English-Russian SQL Server dictionary. 2013.
Interprocess Communication — Interprocess Communication, Abk. IPC … Universal-Lexikon
interprocess communication — Abbreviated IPC. A term that describes all the methods used to pass information between two programs running on the same computer in a multitasking operating system or between two programs running on a network, including pipes, shared memory,… … Dictionary of networking
IPC — [Abk. für gleichbed. engl. ion pair chromatography]: ↑ Ionenpaarchromatographie. * * * IPC [Abk. für Interprocess … Universal-Lexikon
IPC — (InterProcess Communication) communication between programs which are simultaneously running on a multi tasking system (Computers) … English contemporary dictionary
IPC — • Interprocess Communication • Industrieller Personal Computer • Information Processing Center/Code ( > IEEE Standard Dictionary ) • Institute of Printed Circuits ( > IEEE Standard Dictionary ) • Imaging Proportional Counter Astronomie •… … Acronyms
IPC — aeronaut. abbr. Intermittent Position Control com. abbr. Intermittent Positive Control copyright abbr. International Classification of Patents abbr. Integrated Polymer Circuit (IC) abbr. Internet Privacy Coalition (Internet) abbr. InterProcess… … United dictionary of abbreviations and acronyms
IPC — [1] Interprocess Communication [2] Industrieller Personal Computer [3] Information Processing Center/Code ( > IEEE Standard Dictionary ) [4] Institute of Printed Circuits ( > IEEE Standard Dictionary ) [5] Imaging Proportional Counter… … Acronyms von A bis Z
IPC — See interprocess communication … Dictionary of networking
Inter-process communication — For other uses, see IPC. In computing, Inter process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC… … Wikipedia
Database-as-IPC — In computer programming, Database as IPC is an anti pattern where a database is used as the message queue for routine interprocess communication in a situation where a lightweight IPC mechanism such as sockets would be more suitable. Using a… … Wikipedia
mmap — In computing, mmap is a POSIX compliant Unix system call that maps files or devices into memory. It is a method of memory mapped file I/O. It naturally implements demand paging, because initially file contents are not entirely read from disk and… … Wikipedia